diff options
Diffstat (limited to 'apps/web/src/app/api/[...nextauth]/route.ts')
| -rw-r--r-- | apps/web/src/app/api/[...nextauth]/route.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/web/src/app/api/[...nextauth]/route.ts b/apps/web/src/app/api/[...nextauth]/route.ts deleted file mode 100644 index db7d1fb8..00000000 --- a/apps/web/src/app/api/[...nextauth]/route.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { GET, POST } from "@/server/auth"; -export const runtime = "edge"; |